home *** CD-ROM | disk | FTP | other *** search
- object PropertiesDialog: TPropertiesDialog
- Left = 416
- Top = 133
- HelpType = htKeyword
- HelpKeyword = 'ui_properties'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 416
- ClientWidth = 357
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 357
- 416)
- PixelsPerInch = 96
- TextHeight = 13
- object OkButton: TButton
- Left = 187
- Top = 386
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 275
- Top = 386
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object PageControl: TPageControl
- Left = 5
- Top = 5
- Width = 346
- Height = 374
- ActivePage = CommonSheet
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabIndex = 0
- TabOrder = 0
- object CommonSheet: TTabSheet
- Caption = 'Common'
- DesignSize = (
- 338
- 346)
- object FilesIconImage: TImage
- Left = 11
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 47
- Width = 320
- Height = 9
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Label1: TLabel
- Left = 8
- Top = 58
- Width = 44
- Height = 13
- Caption = 'Location:'
- end
- object LocationLabel: TPathLabel
- Left = 88
- Top = 58
- Width = 240
- Height = 13
- UnixPath = True
- IndentHorizontal = 0
- IndentVertical = 0
- Align = alNone
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- end
- object FileLabel: TLabel
- Left = 88
- Top = 18
- Width = 241
- Height = 13
- AutoSize = False
- Caption = 'FileLabel'
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object SizeLabel: TLabel
- Left = 88
- Top = 80
- Width = 160
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'SizeLabel'
- end
- object LinksToLabelLabel: TLabel
- Left = 8
- Top = 102
- Width = 40
- Height = 13
- Caption = 'Links to:'
- end
- object LinksToLabel: TPathLabel
- Left = 88
- Top = 102
- Width = 240
- Height = 13
- UnixPath = True
- IndentHorizontal = 0
- IndentVertical = 0
- Align = alNone
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- end
- object Bevel2: TBevel
- Left = 8
- Top = 125
- Width = 320
- Height = 9
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Label3: TLabel
- Left = 8
- Top = 203
- Width = 58
- Height = 13
- Caption = 'Permissions:'
- FocusControl = RightsFrame
- end
- object Bevel3: TBevel
- Left = 8
- Top = 193
- Width = 320
- Height = 9
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Label4: TLabel
- Left = 8
- Top = 138
- Width = 32
- Height = 13
- Caption = 'Group:'
- FocusControl = GroupComboBox
- end
- object Label5: TLabel
- Left = 8
- Top = 166
- Width = 34
- Height = 13
- Caption = 'Owner:'
- FocusControl = OwnerComboBox
- end
- object FileIconImage: TImage
- Left = 11
- Top = 8
- Width = 32
- Height = 32
- end
- object RecursiveBevel: TBevel
- Left = 8
- Top = 312
- Width = 320
- Height = 9
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- inline RightsFrame: TRightsExtFrame
- Left = 87
- Top = 200
- Width = 239
- Height = 109
- TabOrder = 3
- end
- object GroupComboBox: TComboBox
- Left = 88
- Top = 135
- Width = 161
- Height = 21
- ItemHeight = 13
- MaxLength = 50
- TabOrder = 1
- Text = 'GroupComboBox'
- OnChange = ControlChange
- end
- object OwnerComboBox: TComboBox
- Left = 88
- Top = 163
- Width = 161
- Height = 21
- ItemHeight = 13
- MaxLength = 50
- TabOrder = 2
- Text = 'OwnerComboBox'
- OnChange = ControlChange
- end
- object RecursiveCheck: TCheckBox
- Left = 12
- Top = 322
- Width = 317
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Set group, owner and permissions &recursively'
- TabOrder = 4
- OnClick = ControlChange
- end
- object CalculateSizeButton: TButton
- Left = 248
- Top = 72
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'C&alculate'
- TabOrder = 0
- OnClick = CalculateSizeButtonClick
- end
- end
- end
- end
-